
.infos2 {
    color: #b9b9b9;
    padding: 5%;
    padding-right: 3%;
    padding-left: 3%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #373741;
    font-family: Text;
    text-align: center;
}

.footer {
    position: fixed;;
    bottom: 0;
    z-index: 2;
}

.lang {
    border-radius: 50%;
    width: 85%;
    height: 85%;
    position: relative;
    left: 8%;
    top: 8%;
}

.langBack{
    background-color:  #373741;
    border-radius: 50%;
    margin: 1vw;
    width: 3vw;
    height: 3vw;
}

.title2 {
    justify-content: center;
    font-size: 1.5vw;
}

.header {
    font-family: Text;
    background-color: #373741;
    display: flex;
    justify-content: space-around;
    font-size: 1.1vw;
    z-index: 2;
}


.sticky {
  position: fixed;
  top: 0;
  width: 100%
}

.grid {
    display: grid;
    align-items: center;
    justify-content: center;
    overflow: auto;
    grid-template-columns: 100%;
    width: 52%;
    height: 100%;
}



.mainBody {
    padding-top: 7%;
    display: flex;
    height: 80vh;
    justify-content: space-around;
    align-items: center;
}

.projects {
    padding: 1%;
    justify-self: center;
    width: 90%;
}

.logo {
    border-radius: 25%;
    margin-top: 2%;
    width: 15%;
}

body {
    background-color: #e1d8cf;
    height: 100%;
    margin: 0px;
    overflow: hidden;
}

html {
    font-family: Text;
    color: #373741;
}

a:visited, a:link {
    color: #e1d8cf;
    text-decoration: none;
}

h1 {
    margin: 0px;
}

@font-face {
  font-family: Text;
  src: url(desc.ttf);
}

@media screen and (max-width: 600px) {
    .header {
        font-size: 1.3vh;
    }

    .langBack{
        margin: 1vw;
        width: 10vw;
        height: 10vw;
    }

    .mainBody {
        flex-direction: column;
        height: 97vh;
    }

    .grid {
        width: 80%;
    }

    .logo {
        width: 15vh;
    }

    .title2 {
        font-size: 2.5vh;
        padding: 2vh;
        width: auto;
    }

    .description {
        font-size: 1.9vh;
    }
}